Skip to content

refactor: remove extract() calls and replace with explicit variable assignments#45

Open
onovy wants to merge 1 commit intoarnost00:masterfrom
onovy:remove_extract
Open

refactor: remove extract() calls and replace with explicit variable assignments#45
onovy wants to merge 1 commit intoarnost00:masterfrom
onovy:remove_extract

Conversation

@onovy
Copy link
Copy Markdown
Contributor

@onovy onovy commented Apr 17, 2026

Replace all extract($_REQUEST), extract($_POST), extract($_GET) and extract($required_data) calls across 69 files with direct variable assignments using null coalescing operator. This eliminates a security risk and improves code clarity by making variable origins explicit.

…ssignments

Replace all extract($_REQUEST), extract($_POST), extract($_GET) and
extract($required_data) calls across 69 files with direct variable
assignments using null coalescing operator. This eliminates a security
risk and improves code clarity by making variable origins explicit.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant